home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-debian / HISTORY.deb822 < prev    next >
Text File  |  2009-07-18  |  2KB  |  52 lines

  1. Following is the changelog for deb822 before it was merged into python-debian.
  2.  
  3. deb822 (0.3) unstable; urgency=low
  4.  
  5.   * deb822.py:
  6.     - Allow Deb822 objects to be initialized with a dict containing the initial
  7.       key-value pairs.
  8.     - _multivalued class:
  9.       + Make all the multivalued dicts Deb822Dict objects, so the keys are
  10.         case-preserving, but case-insensitive
  11.     - Add a Release class, which knows about Release-file multivalued fields.
  12.       Thanks to Alexandre Fayolle.  (Closes: 428540)
  13.     - Deb822Dict no longer directly subclasses dict.  All of the important
  14.       methods were already implemented with userdict.DictMixin; the dict
  15.       subclass was so that Python would see a Deb822Dict instance as a dict
  16.       instance.  Unfortunately, this causes confusion if you do something like
  17.         d = dict(Deb822Dict({'foo': 'bar'})
  18.       The "Pythonic" way to check for a dictionary interface is to check for
  19.       the 'items' attribute.
  20.   * test_deb822.py:
  21.     - Add a test case for deriving a Python dict from a Deb822Dict.
  22.   * debian/control:
  23.     - Add a XS-Vcs-Bzr field
  24.  
  25.  -- John Wright <john@movingsucks.org>  Tue, 12 Jun 2007 17:37:05 -0600
  26.  
  27. deb822 (0.2) unstable; urgency=low
  28.  
  29.   * debian/rules:
  30.     - Tell setup.py not to compile the modules -- python-support does that at
  31.       install time
  32.   * README:
  33.     - Fix a typo
  34.   * debian/control:
  35.     - Improve the description
  36.     - Remove X[BS]-Python-Version fields, as per python-support README
  37.   * deb822.py:
  38.     - Add a get_pool_path() method to the Changes class which returns the path
  39.       in the pool you would expect to find the files listed in the .changes
  40.       file
  41.     - Fix a typo in Deb822Dict.__init__ where I was referring to fields, not
  42.       _fields
  43.   * Remove debian/pycompat, as per python-support README
  44.  
  45.  -- John Wright <john@movingsucks.org>  Fri,  5 Jan 2007 17:40:54 -0700
  46.  
  47. deb822 (0.1) unstable; urgency=low
  48.  
  49.   * Initial packaging (Closes: 380173)
  50.  
  51.  -- John Wright <john@movingsucks.org>  Wed, 15 Nov 2006 17:00:32 -0700
  52.